Add support for VS Code versions 1.104.0 to 1.108.0#42635
Add support for VS Code versions 1.104.0 to 1.108.0#42635queuedecay wants to merge 2 commits intogithub:mainfrom
Conversation
Added the newest 5 releases for VS Code. supportLevels have not been added for each value! This work must be done!
Add support for VS Code versions 1.104.0 to 1.108.0
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. This pull request contains code changes, so we will not generate a table of review links. 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Copilot feature matrix to add support for VS Code versions 1.104.0 through 1.108.0, addressing issue #42634 which reported that the feature matrix only covered versions up to 1.103.0. The changes add version entries and update the version groupings, but the work is incomplete.
Changes:
- Added 5 new VS Code versions (1.104.0-1.108.0) to the versions list
- Updated the "latest releases" version group to include these new versions (replacing 1.99.0-1.103.0 with 1.104.0-1.108.0)
- Added empty placeholder entries for all 17 Copilot features across the 5 new versions (85 total entries)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
| 1.108.0: | ||
| 1.107.0: | ||
| 1.106.0: | ||
| 1.105.0: | ||
| 1.104.0: |
There was a problem hiding this comment.
Empty support values for versions 1.104.0-1.108.0. Each version must specify a support level: "not-supported", "preview", or "supported". Empty values violate the data schema and will render incorrectly in the documentation.
Why: The copilot feature matrix for VS Code is outdated. This PR starts to address the work needed.
Closes: #42634
What's being changed (if available, include any code snippets, screenshots, or gifs):
But the .md is sourced from /data/tables/copilot/copilot-matrix-yml so that is what this PR addresses
Check off the following: